Welcome![Sign In][Sign Up]
Location:
Search - small rtos

Search list

[Other resourcesmall_rtos1.12.1

Description: 小的RTOS,看看就知道了,很经典的系统源码-small RTOS, look at the know, the classic system FOSS
Platform: | Size: 91045 | Author: snowden | Hits:

[Other resourceSmallRTOSv1.20.3

Description: 嵌入式操作系统Small RTOS v1.20.3.zip-Embedded RTOS operating system Small v1.20.3.zip
Platform: | Size: 291365 | Author: 毕生 | Hits:

[Other resourcecat24wc02LED

Description: 这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有4个警告,可以忽略. (3)DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation NG use CAT24WC 02 Driver for example. The cases in accordance with the relevant procedures of receiving a communication protocol data and receiving the data shows that the LED digital display. Then sending the data into Cat24Wc02, again in the same position will be read out data, will be read out through the serial data sent back. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp. You can Project -
Platform: | Size: 12069 | Author: 李强 | Hits:

[Other resourceSmallRTOS51clock

Description: 这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间,使用串口设置一个报警时间。由于仅仅是一个例子而非产品,有一些细节没有完善。如调整完时间后第一次显示的时间是错误的(由于共享TimeData引起);没有使用串行eeprom存储多个报警时间等;删除报警代码没有编写。不过,程序已经可以使用,读者可以自行完善它。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有6个警告,可以忽略. (3)除与pcf8563相关的跳线和蜂鸣器的跳线外,DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation device to achieve a clock source. It can be used k1 k4-time adjustments, the use of a serial set alarm time. As just one example, not products, some of the details not perfect. End adjustment time as the first time the show is wrong (due to shared TimeData lead); not using serial eeprom storage alarm over time; Alarm delete code compiled. However, the procedure can be used, the reader is free to perfect it. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp. You can Project -
Platform: | Size: 15246 | Author: 李强 | Hits:

[Other resourceIICMaster

Description: 12Mhz标准51的100KHz IIC总线主器件模拟方式驱动程序。 本驱动程序即可以在没有Small RTOS的情况下使用。此时,要使用本驱动程序只需要配置IIC总线使用的IO口。在驱动程序的主文件iic_master.c仅包含一个文件config.h。用户需要的是在这个文件中设置IIC总线使用的IO口SDA和SCL。如果用户单独使用iic_master.c,还要在config.h包含iic_master.h文件和其它必须的文件如reg51等;并定义宏TRUE、FALSE和与编译器无关的数据类型。在使用Small RTOS的情况下,用户只要在config.h定义SDA和SCL和包含iic_master.h并将宏IICSem定义为分配给IIC总线驱动程序的信号量的索引。 在使用IIC总线驱动程序前应该调用函数IICInit()初始化IIC总线。单独使用或单任务IIC总线,使用函数IICRead()对IIC总线进行读操作,使用IICWrite()对IIC总线进行写操作。如果有多个任务需要对IIC总线进行操作,则分别调用宏OSIICRead()和OSIICWrite()对其进行读写。-12Mhz standards of 100KHz 51 IIC bus owners device simulation mode driver. The driver is not in the Small RTOS use. At this point, to use the driver only needs to use the allocation of the IIC bus IO mouth. Drivers in the main document iic_master.c document contains only a config.h. User needs in this document is to set up the IIC bus IO mouth SDA and SCL. If users alone iic_master.c. also included in config.h iic_master.h documents and other necessary documents reg5 1; and the definition of Acer TRUE, FALSE and compiler - independent data types. Small RTOS in the use of the circumstances, users in config.h definition of SDA and SCL and will include Acer iic_master.h IICSem definition allocated to the IIC bus driver signals of the index. IIC in the use of the former bus driver should call
Platform: | Size: 3537 | Author: 李强 | Hits:

[Other resourceSmallRTOS51key

Description: 这是Small RTOS 51 DP-51下载仿真实验仪上编写的一个键盘驱动例子。在DP-51下载仿真实验仪上运行本程序后,有两个发光二极管每秒闪动一次。当按下某个按键时,LED数码显示器会显示相应的键值。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有4个警告,可以忽略. (3)DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation experiments on the preparation of the instrument a keyboard-driven cases son. The DP-51 download simulation NG run this procedure, there are two LEDs flashing once per second. When pressed a button, the LED digital display shows the corresponding keys. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \\ temp. You can Project -
Platform: | Size: 9476 | Author: 李强 | Hits:

[Other resourceruanjiandingshiqi

Description: 本软定时器模快所通过一个唯一的索引(即序号)来表识每一个软定时器,这个序号从0到MAX_SOFT_TIMER-1 ,最多为255个。要使用软定时器模块,首先需要让软定时器管理任务运行起来。软定时器管理任务的函数名称为SoftTimer,所以只需要Small RTOS的要求在Config.h的数组TaskFuction加上SoftTimer项即可。因为软定时器执行的任务时间等因素不确定,所以一般把这个任务优先级定得比较低。-the soft-timer module adopted by only one index (ie serial numbers) to form a soft know each timer, the serial number from 0 to MAX_SOFT_TIMER-1, a maximum of 255. To use soft timer module, the first need for the soft-timer management tasks running up. Soft-timer management tasks for the function name SoftTimer. So Small RTOS only at the request of an array TaskFuction Config.h SoftTimer items can be added. Soft-timer because the task uncertain factors such as time, in general the priority tasks set aside a lower level.
Platform: | Size: 12322 | Author: 李强 | Hits:

[Other resourceSMALLRTOS

Description: 在M16上动行的Small RTOS,编译器AVR-GCC 可以直接编译运行。-moving in the Small RTOS, compiler AVR-GCC compiler can be run directly.
Platform: | Size: 60907 | Author: 阿德 | Hits:

[Other resourceSmallRTOSv1203

Description: 主要介绍了在实时操作系统Small RTOS下,编写独立CAN控制器SJA1000驱动程序的方法。并介绍了SJA1000 PeliCan模式下接口函数库的使用方法,以及简要的介绍了对Small RTOS的配置方法。-introduced in the Small RTOS Real-Time Operating System, preparation of the independent SJA1000 CAN controller drives the procedure. And introduced the SJA1000 PeliCan mode interface functions of use, and a brief introduction of the Small RTOS configuration method.
Platform: | Size: 670942 | Author: ansem | Hits:

[Other resourceSmall_RTOS1.12.1

Description: small Rtos,用在单片机上的简单操作系统,内有详细说明
Platform: | Size: 84574 | Author: zhangbingbo | Hits:

[Other resourceSmall_RTOS_V1.12.1_in_DP-51_sample

Description: small rtos在周立功的开发板dp51上的使用示例,在其他地方也有借鉴作用。
Platform: | Size: 246214 | Author: zhangbingbo | Hits:

[Other resource93small_rtos

Description: 基于80C51单片机源码公开的Small RTOS v1.20.3-,C-C++,单片机开发/SCM 内含单片机源码rtos随想曲,Small RTOS 下dp-51例子 最新版 本文来源于虾客源码 http://www.xkxz.com
Platform: | Size: 257390 | Author: lbp | Hits:

[Other resourcesmall_rtos

Description: 基于80C51单片机源码公开的Small RTOS v1.20.3-,C-C++,单片机开发/SCM 内含单片机源码rtos随想曲,Small RTOS 下dp-51例子 最新版!非常不错的中断式操作系统,很精典。
Platform: | Size: 219117 | Author: felix | Hits:

[Other resourceSmall_RTOS

Description: 借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
Platform: | Size: 106904 | Author: voice | Hits:

[Driver DevelopKEY

Description: Small RTOS的键盘扫描驱动程序及其在DP-51下载仿真实验仪上使用的例子。本驱动程序支持最大254个按键,最多3个按键同时按下。 驱动程序的使用
Platform: | Size: 1810 | Author: zhangyao | Hits:

[Embeded-SCM Developdowncode.com

Description: 基于80C51单片机源码公开的Small RTOS v1.20.3-,C-C++,单片机开发/SCM 内含单片机源码rtos随想曲,Small RTOS 下dp-51例子 最新版
Platform: | Size: 219224 | Author: StuRun | Hits:

[Other resourcesmall_rtosorLPC2104

Description: Small RTOS\\ARM\\small_rtosV1.20.x for LPC2104
Platform: | Size: 111172 | Author: sd | Hits:

[Other resourcesmallrtosv1.51.0

Description: small rtos v1.51.0源码
Platform: | Size: 194969 | Author: sd | Hits:

[Other resourceSmallRTOSForiar

Description: Small RTOS 移植到AVR下用IAR编译的
Platform: | Size: 42509 | Author: zhaobin | Hits:

[Other resourcesmall_rtos1.12.1

Description: 就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
Platform: | Size: 91045 | Author: gtt | Hits:
« 1 2 3 4 5 67 8 9 10 11 12 »

CodeBus www.codebus.net